Auto merge of #5349 - bmwill:fetch-by-target, r=alexcrichton
authorbors <bors@rust-lang.org>
Fri, 27 Apr 2018 15:36:16 +0000 (15:36 +0000)
committerbors <bors@rust-lang.org>
Fri, 27 Apr 2018 15:36:16 +0000 (15:36 +0000)
commitd998906598f3ba790b230ce74993a64b553ce699
tree316688e7ce49d97715edeac4b434510435b62dde
parent9eece360136ddd97ad290c07b33bca8aafa5a5ae
parent1956c5d8ba703e8ef02903ff6ae0cac650d599bb
Auto merge of #5349 - bmwill:fetch-by-target, r=alexcrichton

cargo-fetch: add option to fetch for a target

Teach cargo-fetch how to optionally fetch dependencies based on a target
platform by specifying the target triple via `--target <TRIPLE>`.

#5216
src/cargo/core/compiler/mod.rs